home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’97 / Warrior’s Progress / source code / Source / Libraries / Windows / WindowManagerUser.h < prev    next >
Encoding:
Text File  |  1997-06-28  |  154 b   |  13 lines  |  [TEXT/CWIE]

  1. // WindowManagerUser.h
  2.  
  3. #ifndef WindowManagerUser_h
  4. #define WindowManagerUser_h
  5.  
  6. class WindowManagerUser
  7.   {
  8.     public:
  9.         WindowManagerUser();
  10.   };
  11.  
  12. #endif
  13.